@charset "utf-8";

html {
    font-size: 62.5%;
    width: 100%
}

body {
    font-family: "微软雅黑";
    font-size: 15px;
    margin: 0px auto;
    padding: 0px;
    color: #424242;
    position: relative;
    line-height: 30px;
    padding-top: 80px;
    text-align: justify;
    text-justify: inter-ideograph;
}

a {
    color: #444242;
    text-decoration: none;
}

    a:hover {
        color: #fac35e;
    }

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

ul, li, p, form, input, form, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100vw;
    margin: 0px auto;
    position: relative
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.v_mid {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.v_mid2 {
    display: table-cell;
    vertical-align: middle;
}

/*头部*/
.header {
    width: 100%;
    background: #fff url(../images/menu_bg.png) repeat-x;
    height: 80px;
    position: relative;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.logo {
    margin: 0px 35px;
    float: left;
}

    .logo img {
        margin-top: 13px;
    }

.search {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .search span {
        width: 80px;
        height: 80px;
        background: #f9c159 url(../images/search.png) no-repeat center center;
        display: block;
        cursor: pointer
    }

.s_tab {
    position: absolute;
    width: 350px;
    height: 74px;
    line-height: 74px;
    right: -360px;
    top: 0px;
    background: #fff;
    border: solid 3px #f9c159;
}

.st1 {
    background: none;
    height: 74px;
    width: 270px;
    line-height: 74px;
    border: 0px;
    float: left;
    text-indent: 10px;
    font-size: 15px;
}

.st2 {
    width: 74px;
    height: 74px;
    background: #f9c159 url(../images/search.png) no-repeat center center;
    float: right;
    border: 0px;
}

.menu ul {
    font-size: 16px;
    float: left;
}

.menu li {
    text-align: center;
    margin: 0px 10px;
    float: left;
    display: inline-block;
}

    .menu li a {
        color: #767676;
        height: 75px;
        line-height: 75px;
        margin-bottom: 5px;
        display: block;
        padding: 0px 15px;
    }

        .menu li a:hover, .menu li a.aa, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5, .page6 a.a_6, .page7 a.a_7 {
            color: #fac35e;
            margin: 0px;
            border-bottom: solid 5px #fac35e;
        }

.en {
    position: absolute;
    right: 100px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

    .en a {
        display: block;
        color: #fff;
        background: #8a8d92;
        border-radius: 20px;
    }

        .en a:hover {
            background: #f9c159;
        }

.m_show {
    text-align: center;
    width: 100%;
    left: 0px;
    top: 80px;
    position: absolute;
    z-index: 99;
}

    .m_show li {
        display: none;
    }

.m_bg {
    background: #fff;
    padding: 50px 0px 80px 0px;
    background: #fff url(../images/m_ico2.png) no-repeat 20% bottom;
    box-shadow: 0px 0px 15px #e3e3e3;
}

.m_left {
    display: inline-block;
    font-size: 30px;
    color: #333;
    vertical-align: top;
    line-height: 235px;
}

.m_mid {
    display: inline-block;
    border-left: dashed 1px #e3e3e3;
    border-right: dashed 1px #e3e3e3;
    padding: 0px 40px;
    font-size: 16px;
    text-align: left;
    margin: 0px 40px;
    height: 235px;
    vertical-align: top;
    min-width: 165px;
    vertical-align: middle;
}

    .m_mid a {
        display: block;
        line-height: 40px;
        background: url(../images/m_ico1.png) no-repeat left center;
        padding-left: 15px;
    }

.m_right {
    display: inline-block;
    height: 235px;
    vertical-align: top;
}


    .m_right img {
        float: right;
        width: 390px;
        height: 235px;
        margin-left: 40px;
    }

.m_intro {
    font-size: 14px;
    width: 280px;
    float: left;
    text-align: left;
}

    .m_intro p {
        line-height: 30px;
        height: 90px;
        overflow: hidden;
        margin-top: 30px;
        font-size: 14px;
    }

    .m_intro a {
        background: url(../images/index_10.png) no-repeat right 130px;
        display: block;
        padding-bottom: 80px;
    }

        .m_intro a:hover {
            background: url(../images/index_10.png) no-repeat left 130px;
            animation: ease-in 0.2s linear
        }


/*PCbanner*/
.banner {
    position: relative;
}

.begin {
    position: absolute;
    left: 10%;
    bottom: 40px;
    z-index: 99
}

    .begin:hover img {
        transform: scale(0.8,0.8)
    }

.left_ico {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99;
    width: 50px;
    height: 156px;
    margin-top: -78px;
}

    .left_ico a, .bot_ico a {
        width: 50px;
        height: 50px;
        margin-bottom: 2px;
        background: rgba(255,255,255,0.5);
        display: inline-block;
        text-align: center;
    }
	
	.bot_ico a{ background: #fac159; position:relative}
	.bot_ico  a:hover:before {

                position: absolute; width:90px;

                top: -20px; left:50%; margin-left:-45px;

                content: attr(title);

                color: white;

                border: 1px solid #ff6b12;

                background-color:#ff6b12;

            }

        .left_ico a.tmac {
            position: relative;
        }

        .left_ico a img.tma {
            position: absolute;
            left: 45px;
            top: -8px;
            display: none;
            max-width: 105px;
            height: 105px;
            opacity: 1;
            z-index: 9;
            border: solid 5px #fac159;
        }

        .left_ico a:nth-child(1) {
            border-radius: 0px 5px 0px 0px;
        }

        .left_ico a:nth-child(3) {
            border-radius: 0px 0px 5px 0px;
        }

        .left_ico a:hover, .bot_ico a:hover {
            background: #fac159;
            opacity: 1
        }
		.bot_ico a:hover{ background:#ff6b12}

        .left_ico a img, .bot_ico a img {
            margin-top: 8px;
            opacity: 0.7;
        }

        .left_ico a:hover img, .bot_ico a:hover img {
            opacity: 1;
        }

.bot_ico {
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 99;
}

    .bot_ico a {
        margin-left: 10px;
        border-radius: 100%;
    }

.b_ico a {
    margin-left: 15px;
}

.b_ico a {
    position: relative;
}

    .b_ico a img.bsma {
        position: absolute;
        left: -45px;
        top: -130px;
        max-width: 105px;
        height: 105px;
        display: none;
        border: solid 1px #e3e3e3
    }

    .b_ico a.bcma:hover {
        opacity: 1
    }

.block_home_slider {
    position: relative;
    text-align: center;
    margin: 0px auto;
}

    .block_home_slider .slide {
        position: relative;
    }

.flexslider .slides img {
    width: 100%;
    display: block;
}

.block_home_slider .flex-direction-nav {
    display: none;
}

.block_home_slider .flex-control-paging {
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
}

    .block_home_slider .flex-control-paging li a {
        width: 13px;
        height: 13px;
        border-radius: 100%;
        background: #fff;
        margin: 10px 2px;
        display: block;
        text-indent: 900px;
        cursor: pointer;
        overflow: hidden;
    }

.flexslider {
    margin: 0;
    padding: 0;
}

.block_home_slider .flex-control-paging li a.flex-active {
    background: none;
    border: solid 2px #fff;
    width: 13px;
    height: 13px;
    margin: 8px 0px;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
}

.iy_left, .in_left {
    width: 38%;
    float: left;
    background: url(../images/i_bg1.png) no-repeat right bottom;
    position: relative
}

.nh {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -9999;
}

.y_show {
    padding: 0px 10%;
}

.title {
    font-size: 35px;
    color: #3f3f3f;
}

.entr {
    text-transform: uppercase;
    font-weight: bold;
    transform: scale(1,2);
    color: #fac35e;
    line-height: 32px;
    margin-bottom: 50px;
}

.gray {
    background: #f6f6f6;
    width: 80px;
    height: 5px;
    margin: 30px 0px;
}

.y_show li {
    display: none;
}

    .y_show li h1 {
        font-size: 18px;
    }

    .y_show li p {
        line-height: 24px;
        height: 72px;
        overflow: hidden;
        color: #646464;
        margin: 30px auto 50px auto;
    }

    .y_show li a, a.nmore, .team li a, .g20 li a {
        border: solid 1px #e3e3e3;
        background: url(../images/ico_gray.png) no-repeat 110px center;
        width: 160px;
        height: 35px;
        line-height: 35px;
        border-radius: 30px;
        display: inline-block;
        text-indent: 35px;
        color: #a6a6a6;
    }

        .y_show li a:hover, a.nmore:hover, .team li a:hover, .g20 li a:hover {
            background: #fac35e url(../images/ico_white.png) no-repeat 100px center;
            border: solid 1px #fac35e;
            color: #fff;
        }

.iy_right {
    width: 62%;
    float: right;
}

    .iy_right li {
        width: 50%;
        float: left;
        position: relative;
        overflow: hidden;
        display: block
    }

.y_img {
    width: 100%;
}

.y_bg {
    background: rgba(250,195,94,0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

    .y_bg p {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        transform: scale(1,2);
        margin: 20px 0px;
    }

.iy_right li:nth-child(2) .y_bg {
    background: rgba(255,120,0,0.8);
}

.iy_right li:nth-child(3) .y_bg {
    background: rgba(11,143,207,0.8);
}

.iy_right li:nth-child(4) .y_bg {
    background: rgba(161,108,11,0.8);
}

.i_news {
    background: #f7f7f7;
}

.lunbo_x {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.n_img {
    width: 100%;
    height: auto;
}

.pike div a {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    height: auto;
    background: #000;
}

.pike {
    height: auto;
}

    .pike div a li {
        background: rgba(0,0,0,0.7);
        width: 85%;
        height: 55px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        font-size: 16px;
        line-height: 55px;
        text-indent: 10px;
        color: #fff;
        padding: 0px 10% 0px 5%;
        overflow: hidden;
    }

.pike_left, .pike_right {
    z-index: 9999;
}

.in_right {
    padding: 4% 5% 0px 5%;
    width: 52%;
    float: right;
}

.inn {
    position: relative;
}

.in_right .title {
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: -20px;
    display: inline-block;
}

    .in_right .title .entr {
        margin-bottom: 25px;
    }

.n_change {
    border-bottom: solid 1px #ececec;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    color: #999;
    padding-top: 30px;
    margin-bottom: 20px;
}

    .n_change a {
        margin: 0px 15px;
        color: #8f9091;
    }

        .n_change a:hover {
            color: #fac35e;
        }

.in_right li {
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    border-bottom: solid 1px #ececec;
    background: url(../images/n_ico.jpg) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
}

    .in_right li span {
        float: right;
        color: #999;
        font-size: 13px;
    }

a.nmore {
    float: right;
    margin-top: 20px;
}

.i_viedo {
    background: url(../images/ia_bg.png);
}

.iv_left {
    width: 38%;
    float: left;
    position: relative;
}

.iv_right {
    width: 62%;
    float: right;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.v_img {
    width: 100%;
}

.v_bg {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 9
}

.iv_left h1 {
    font-size: 35px;
    font-weight: normal;
    padding-left: 10%;
    padding-top: 15%;
}


.num {
    position: absolute;
    left: 0px;
    height: 280px;
    top: 50%;
    margin-top: -140px;
    background: #fff;
    width: 42vw;
    z-index: 9;
}

.digital {
    position: absolute;
    left: 5vw;
    width: 42vw;
    border: solid 10px #fac35e;
    padding: 30px 0px 30px 0px;
    top: 18%
}

.mumping_mun li {
    width: 28%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #a1a1a1;
    position: relative
}

    .mumping_mun li span {
        position: absolute;
        right: 28%;
        top: -30px;
        color: #4e4e4e;
        font-size: 24px;
    }

    .mumping_mun li:last-child span {
        right: 17%;
        top: 15px;
        font-size: 18px;
    }

.mumping_mun h2 {
    font-size: 40px;
    transform: scale(1,1.5);
    height: 40px;
    text-align: center;
    color: #4e4e4e;
}

.line {
    width: 1px;
    height: 90px;
    background: #f2f2f2;
    display: inline-block;
    transform: rotate(20deg);
}

.mail {
    background: #fac35e;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-top: -2px;
}

.m1, .m2, .m2 input {
    display: inline-block;
}

.t2 {
    width: 250px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #fff;
    border-radius: 19px 0px 0px 19px;
    text-indent: 8px;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    background: none;
    overflow: hidden;
}

    .t2::-webkit-input-placeholder {
        color: #fff;
    }

.b2 {
    background: #fff;
    width: 80px;
    height: 40px;
    line-height: 35px;
    border: 0px;
    font-size: 18px;
    text-align: center;
    color: #fac35e;
    border-radius: 0px 19px 19px 0px;
    overflow: hidden;
    margin-left: -5px;
}

.bot {
    width: 85%;
    padding: 50px 0px 30px 0px;
    margin: 0px auto;
}

    .bot li p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .bot li {
        font-size: 14px;
        display: inline-block;
        margin-right: 3%;
        vertical-align: top
    }

        .bot li:last-child {
            margin-right: 0px;
            float: right;
        }

        .bot li a {
            color: #898989;
            height: 25px;
            line-height: 25px;
            display: block;
        }

            .bot li a:hover {
                color: #fac35e;
            }

        .bot li.bma {
            width: 130px;
            height: 107px;
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

            .bot li.bma img {
                width: 105px;
                height: 105px;
                border: solid 1px #e3e3e3;
            }

.tel {
    font-size: 30px;
    transform: scale(1,2);
    height: 40px;
    margin-top: 25px;
}

.copy {
    border-top: solid 1px #e3e3e3;
    margin-top: 40px;
    line-height: 50px;
}

.b_ico {
    float: right;
    text-align: right;
    margin-top: 10px;
}

    .b_ico a {
        margin-left: 15px;
    }

        .b_ico a:hover {
            opacity: 0.5;
        }

.back {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999999999999;
    cursor: pointer;
    display: none;
}

.n_banner img {
    width: 100%;
}

.s_menu {
    text-align: center;
    padding: 20px 0px;
}

    .s_menu a {
        padding: 0px 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
        display: inline-block;
        margin: 0px 2px;
    }

        .s_menu a:hover, .s_menu a.ld {
            background: #fac159;
            color: #fff;
            font-weight: bold
        }

.w80 {
    margin: 0px auto;
    width: 80%;
}

.bg_gray {
    background: #f8f8f8;
}

.p60 {
    padding: 60px 0px;
}

.title1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.a_img1 {
    width: 50%;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

.ab11 {
    color: #707070;
}

.ab12 {
    text-align: center;
}

    .ab12 li {
        display: inline-block;
        line-height: 25px;
        font-size: 16px;
        width: 31%;
        margin-bottom: 20px; margin:0px 1%;
    }

 

.v_img {
    position: relative;
    overflow: hidden;
    display: block;
}

.vs_img {
    width: 100%;
}

.v_bg img {
    transform: scale(0.8,0.8);
}

.ab12 li p {
    margin-top: 10px;
}

.team li {
    background: #f8f8f8;
}

    .team li:nth-child(2n) {
        background: #fff;
    }

        .team li:nth-child(2n) .a2_img {
            float: right;
        }

        .team li:nth-child(2n) .team_c {
            float: left;
        }

.a2_img {
    width: 50%;
    display: block;
    float: left;
}

.team_c {
    width: 46%;
    display: block;
    float: right;
    line-height: 25px;
    color: #707070;
    overflow: hidde;
    position: relative;
}

.t_title {
    font-size: 30px;
    line-height: 40px;
    color: #444242
}

    .t_title p {
        font-size: 18px;
        line-height: 18px;
        color: #707070;
        margin-top: 8px;
    }

.line2 {
    height: 3px;
    background: #fac159;
    width: 120px;
    margin: 10px 0px 20px 0px;
}

.tm {
    margin-top: 30px;
}

.team li a.apdf {
    width: 250px;
    background: url(../images/ico_gray.png) no-repeat 180px center;
}

    .team li a.apdf:hover {
        background: #fac35e url(../images/ico_white.png) no-repeat 170px center;
    }

.td .t_title {
    margin-bottom: 25px;
}

.friend {
    margin: 0 auto;
    width: 80vw;
    position: relative;
}

.mr_frbox {
    width: 80vw;
}

.mr_frBtnL {
    position: absolute;
    left: -70px;
    top: 100px;
    height: 50px;
    width: 50px;
    z-index: 3;
    background: url(../images/l_ico11.png) no-repeat center center;
    border: solid 1px #e3e3e3;
}

    .mr_frBtnL:hover {
        background: #fac35e url(../images/l_ico1.png) no-repeat center center;
        border: solid 1px #fac35e;
    }

.mr_frBtnR {
    position: absolute;
    right: -70px;
    top: 100px;
    height: 50px;
    width: 50px;
    z-index: 3;
    background: url(../images/r_ico11.png) no-repeat center center;
    border: solid 1px #e3e3e3;
}

    .mr_frBtnR:hover {
        background: #fac35e url(../images/r_ico1.png) no-repeat center center;
        border: solid 1px #fac35e;
    }

.mr_frUl ul li {
    display: inline;
    float: left; /*height:389px;*/
    width: 18vw;
    overflow: hidden;
    position: relative;
    padding: 0px 1vw;
}

    .mr_frUl ul li a img { /*display:block;*/
        width: 100%;
    }

    .mr_frUl ul li p {
        line-height: 20px;
        margin-top: 10px;
    }

.tdd {
    text-align: center;
}

.hon1 .mr_frUl ul li {
    text-align: center;
}

    .hon1 .mr_frUl ul li a img {
        border: solid 5px #fac159;
    }

.cul {
    background: url(../images/ia_bg.png);
}

.cul_box {
    border: solid 5px #fac159;
    background: #fff url(../images/a4_bg.jpg) no-repeat center bottom;
    padding-bottom: 100px;
}

.cul_menu {
    text-align: center;
    border-bottom: solid 1px #f5f5f5;
    height: 80px;
}

    .cul_menu li {
        height: 80px;
        line-height: 80px;
        padding: 0px 50px;
        display: inline-block;
        font-size: 16px;
        position: relative;
        cursor: pointer
    }

    .cul_menu .a4_ico {
        position: absolute;
        width: 23px;
        left: 50%;
        margin-left: -11px;
        bottom: -13px;
        display: none;
    }


    .cul_menu li:hover, .cul_menu li.ctd {
        background: #fac159;
        color: #fff;
    }

        .cul_menu li:hover .a4_ico, .cul_menu li.ctd .a4_ico {
            display: block;
        }

.cul_show {
    width: 60%;
    margin: 50px auto 0px auto;
    text-align: center
}

    .cul_show li {
        display: none;
    }

        .cul_show li h1 {
            font-size: 24px;
            color: #fac159;
            margin-bottom: 20px;
        }

.g_img1 {
    width: 45%;
    float: left;
    display: block;
}

    .g_img1 img {
        width: 100%;
    }

.g_1 {
    float: right;
    width: 52%;
    color: #707070;
}

    .g_1 a {
        margin-top: 40px;
    }

.g20 {
    background: #fff;
    padding: 40px;
}
.g20 .t_tile{margin-bottom:10px;}

    .g20 li:hover .t_title {
        color: #fac35e;
    }

    .g20 li {
        border-bottom: solid 1px #e3e3e3;
        padding: 0px 0px 40px 0px;
        margin-bottom: 40px;
    }

.page {
    text-align: center;
}

    .page li {
        display: inline-block;
    }

    .page a {
        width: 40px;
        height: 40px;
        box-shadow: 0px 0px 10px #e3e3e3;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        margin: 0px 3px;
        color: #999;
        border-radius: 5px;
    }

        .page a:hover, .page .active a {
            background: #fac159;
            color: #fff;
        }

.ind {
    background: none;
    padding: 0px;
}

    .ind .t_title {
        margin-bottom: 30px;
    }

    .ind li {
        background: #fff;
        padding: 0px;
        margin-bottom: 20px;
        border: solid 1px #e3e3e3;
    }

        .ind li a {
            background: #fac159 url(../images/link.jpg) no-repeat 50px center;
            height: 45px;
            line-height: 45px;
            width: 200px;
            border-radius: 0px;
            border: 0px;
            text-indent: 80px;
            color: #fff;
            border: 0px;
        }

            .ind li a:hover {
                background: #fac159 url(../images/link.jpg) no-repeat 50px center;
                border: 0px;
                transform: scale(0.9,0.9)
            }

        .ind li .team_1 {
            height: 150px;
            overflow-y: scroll;
            padding-right: 20px;
            margin-right: 30px;
        }

.in_tj {
    width: 53%;
    float: right;
}

    .in_tj li {
        background: #fff;
        font-size: 14px;
    }

.tj .in_left {
    width: 45%;
}

.in_tj li h1 {
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ntime {
    color: #999;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.nc {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.in_tj li a {
    color: #747474;
    display: block;
    padding: 0px 5%;
}

.ntime span {
    float: right;
}

.in_tj li .ntime span {
    display: none;
}

.in_tj li:nth-child(2) {
    margin: 25px 0px;
}

.in_tj li a:hover {
    color: #fff;
    background: #fac159;
}

    .in_tj li a:hover .ntime {
        color: #fff;
    }

.nlist li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.nshow {
    padding-bottom: 20px;
}

    .nshow li {
        margin-bottom: 25px;
    }

.nlist li a {
    display: block;
}

.nshow li .nl1 {
    border: solid 1px #e3e3e3;
    border-top: 0px;
    padding: 20px;
}

.nshow li:nth-child(4n) {
    margin-right: 0px;
}

.nlist li h1 {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.nlist li span {
    float: right;
    margin-top: 7px;
}

.nlist .page {
    margin: 20px auto 40px 0px;
}

.nlist li a:hover {
    background: #fac159;
    color: #fff;
}

    .nlist li a:hover .ntime {
        color: #fff;
    }

.me_left {
    width: 40%;
    float: left;
    background: #fff;
    padding: 5%;
}

    .me_left h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .me_left p {
        padding-top: 16%;
    }

.me_right {
    width: 50%;
    float: right;
}


    .me_right li {
        height: 33%;
        width: 47%;
        margin-left: 3%;
        float: left;
        background: #fff;
        text-align: center;
        line-height: 20px;
        padding: 2% 0px;
        margin-bottom: 2%;
    }

        .me_right li p {
            height: 50px;
            overflow: hidden;
            margin-top: 10px;
        }

        .me_right li img {
            width: 55%;
        }

        .me_right li p img {
            margin-top: 5px;
            width: auto
        }

        .me_right li:hover {
            background: #fac159;
            color: #fff;
        }
		.me_right li a:hover {color:#fff;}

.nd1 {
    background: #f8f8f8;
    padding: 25px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

    .nd1 p {
        color: #999;
        font-size: 14px;
    }

.nd2 {
    margin-bottom: 50px;
    color: #5f5f5f;
}

.nd3 {
    border-top: solid 1px #e3e3e3;
    line-height: 25px;
    overflow: hidden;
    padding: 15px 0px;
}

    .nd3 li {
        width: 48%;
        float: left;
    }

        .nd3 li:nth-child(2) {
            float: right;
            text-align: right;
        }

.nd_bg {
    padding: 50px 0px;
}

.b_intro {
    background: #eee1d4;
    padding: 40px 80px 80px 80px;
}

    .b_intro h1 {
        font-size: 36px;
        color: #4e4e4e;
        text-align: center;
        line-height: 93px;
    }

        .b_intro h1 img {
            display: inline-block;
            vertical-align: top;
            margin-right: 20px;
        }

        .b_intro h1 span {
            display: inline-block;
        }

    .b_intro h2 {
        display: block;
        height: 40px;
        line-height: 40px;
        background: #fac159;
        font-size: 22px;
        color: #fff;
        margin: 0px auto 30px auto;
        text-align: center;
        font-weight: normal;
        width: 300px;
    }

.bulid {
    margin: 30px 0px 0px 0px;
}

    .bulid li .g_img1 {
        width: 50%;
    }

    .bulid li .g_1 {
        width: 44%;
        padding: 0px 3%;
    }

    .bulid li:nth-child(2n) .g_img1 {
        float: right;
    }

    .bulid li:nth-child(2n) .g_1 {
        float: left;
    }

    .bulid li .team_1 {
        height: auto;
        overflow: auto;
        margin: 0px;
    }

    .bulid li .t_title {
        height: 40px;
        line-height: 40px;
        border-radius: 25px;
        display: inline-block;
        padding: 0px 30px;
        background: #fac159;
        color: #fff;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bulid li:hover .t_title {
        color: #fff;
    }

.team_1 .t_hon {
    background: url(../images/n_ico.jpg) no-repeat left center;
    padding-left: 15px;
}

.te {
    border: solid 1px #e3e3e3;
    background: #fff;
}

    .te div {
        padding: 50px;
    }

    .te p {
        width: 70%;
        margin: 0px auto;
        text-align: center
    }

.te2 {
    background: #eee1d4;
}

.te h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.te2 h1 {
    color: #c59579;
}

.r_list li {
    width: 49%;
    margin-bottom: 20px;
    float: left;
    line-height: 25px;
    background: #fff url(../images/ico_gray.png) 45% 85% no-repeat;
}

    .r_list li:nth-child(2n) {
        float: right;
    }

    .r_list li a {
        display: block;
        padding: 30px;
        border: solid 8px #fff;
    }

.rl_img {
    width: 35%;
    float: left;
    margin-right: 30px;
}

.r_list li h1 {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.r_list li .ntime {
    margin: 10px 0px;
}

    .r_list li .ntime span {
        display: none;
    }

.r_list li .rlc {
    height: 75px;
    overflow: hidden;
    line-height: 25px;
}

.rlc {
    height: 75px;
    overflow: hidden;
}

.r_list li a:hover {
    border: solid 8px #f9c159;
    background: #fff url(../images/ico_org.png) 45% 85% no-repeat;
}

.job1 {
    border: solid 8px #f9c159;
    padding: 60px 0px;
    color: #707070
}

.j_left {
    width: 30%;
    padding: 0px 5%;
    line-height: 26px;
    float: left
}

    .j_left h1 {
        font-size: 35px;
        font-weight: normal;
        margin-bottom: 10%;
    }

        .j_left h1 p {
            text-transform: uppercase;
            color: #e6e6e6;
            font-size: 33px;
            margin-bottom: 15px;
        }

.j_right {
    width: 49%;
    padding: 10px 5%;
    border-left: solid 1px #eee1d4;
    float: right;
    position: relative;
}

.j_ico {
    position: absolute;
    left: -1px;
    height: 43px;
    top: 50%;
    margin-top: -21px;
}

.j_right p {
    font-size: 24px;
    color: #fac35e;
}

.m30 {
    margin: 30px;
}

.job2 {
    color: #707070
}

.j2_left {
    width: 68%;
    float: left;
    background: #fff;
}

    .j2_left ul {
        padding: 30px;
    }

.j2_right {
    width: 30%;
    float: right;
    background: #fff;
}

.j2_left li {
    line-height: 60px;
    border-bottom: solid 1px #f3f3f3;
    font-size: 16px;
}

.j2_show {
    background: #f3f3f3;
    padding: 30px;
    line-height: 30px;
    font-size: 14px;
    display: none;
    color: #666
}

.j_ico2 {
    float: right;
    margin-top: 30px;
}

.j_ico3 {
    transform: rotate(180deg);
}

.job2 h1 {
    height: 65px;
    font-size: 30px;
    text-indent: 30px;
    background: #f9c159;
    color: #fff;
    font-weight: normal;
    line-height: 65px;
}

.j2_left li:last-child {
    border: 0px;
}

.lc_list li {
    width: 100%;
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

    .lc_list li .lcc {
        padding: 30px;
        border: solid 1px #f9eacf
    }


    .lc_list li img {
        width: 50%; max-width:740px;
        height: auto; max-height:510px;
        float: left;
        margin-right: 30px;
    }

    .lc_list li .lc1 {
       
    }



    .lc_list li p {
        line-height: 20px;
        margin-top: 5px;
        color: #707070
    }

        .lc_list li p.lct {
            font-size: 24px;
            margin: 20px 0px;
        }

.lct {
    font-size: 24px;
    margin: 20px 0px;
}

.paper li {
    width: 25%;
    float: left;
    overflow: hidden;
    display: block;
}

    .paper li a {
        display: block;
        padding: 20px 0px 30px 0px;
        border-left: solid 1px #d7d7d7;
        border-bottom: solid 1px #d7d7d7;
        text-align: center;
    }

    .paper li img {
        width: 80%;
    }

    .paper li p {
        margin-top: 10px;
        font-size: 16px;
    }

    .paper li a:hover {
        background: #f9c159;
        color: #fff;
    }

.pp .page {
    margin: 30px 0px;
}


.searchr li {
    margin-bottom: 20px;
}

    .searchr li:nth-child(2) {
        margin: 0px;
        margin-bottom: 20px;
    }

    .searchr li a {
        background: #fff;
        font-size: 14px;
        padding: 20px 30px;
    }

.at {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 50px;
    color: #999
}

.at1 span {
    text-align: left;
    text-indent: 2em;
    display: block
}

.at p {
    font-size: 35px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
}

.atime {
    width: 70px;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
    height: 75px;
    overflow: hidden;
    font-weight: bold
}

.atim1 {
    font-size: 32px;
    transform: scale(1,1.5);
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 3px;
    margin-top: 6px;
}

.atim2 {
    font-size: 16px;
    transform: scale(1,1.5);
    margin-top: 10px;
}

.acon {
    display: block;
}

.in_tj li .ntime {
    display: none;
}

.in_tj li a:hover .atim1 {
    border-bottom: solid 1px #fff;
}

.bg {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    display: none
}

.m_box {
    position: fixed;
    width: 600px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    background: #fff;
    z-index: 9999991;
    border-radius: 10px;
    display: none;
}

    .m_box h1 {
        height: 70px;
        line-height: 70px;
        font-size: 24px;
        text-align: center;
        background: #f9c159;
        font-weight: normal;
        width: 100%;
        color: #fff;
        border-radius: 10px 10px 0px 0px;
    }

.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.m_box ul {
    width: 80%;
    margin: 30px auto 0px auto;
}

.m_box li {
    margin: 10px 0px;
}

    .m_box li:nth-child(2) {
        width: 48%;
        float: left;
    }

    .m_box li:nth-child(3) {
        width: 48%;
        float: right;
    }

.mtt1 {
    border: 0px;
    border-bottom: solid 1px #e3e3e3;
    height: 50px;
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100%;
}

.mtb1 {
    width: 200px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #e3e3e3;
    background: none;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #333;
    display: block;
    margin-top: 20px;
    background: #f1f1f3
}

.nshow2 li {
    text-align: center;
}

.nl1 .down {
    background: url(../images/down1.png) no-repeat left center;
    display: inline-block;
    padding: 0px 20px;
}

.nshow li:hover .nl1 .down {
    background: url(../images/down2.png) no-repeat left center;
}

.e404 {
    width: 100vw;
    padding: 30px 0;
    text-align: center;
}

a.bindex {
    background: #f9c159;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
}

.bindex:hover {
    opacity: 0.5
}

.e404 p {
    margin: 20px 0px;
}

.down_menu {
    text-align: center;
    margin-bottom: 40px;
}

    .down_menu a {
        width: 25%;
        display: inline-block;
        border-bottom: solid 3px #f9c158;
        font-size: 16px;
        overflow: hidden;
        float: left
    }

        .down_menu a p {
            width: 100px;
            height: 100px;
            margin: 0px auto;
        }

            .down_menu a p img {
                margin-top: 20px;
            }

        .down_menu a:hover p, .down_menu a.dp p {
            background: #f7e6c7;
            border-radius: 100%;
        }

        .down_menu a.dp {
            color: #fac159;
            border: 0px;
        }

        .down_menu a:hover {
            border-bottom: 0px;
        }

.ff {
    background: #f7e6c7;
    padding: 20px;
    line-height: 24px;
    font-size: 15px;
    font-style: italic;
    color: #333;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }

    .team_c {
        line-height: 22px;
    }

    .title {
        font-size: 30px;
    }

    .entr {
        line-height: 29px;
    }

    .y_bg p {
        font-size: 18px;
    }

    .n_change {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .n_change a {
            margin: 0px 8px;
        }

    .in_right li span {
        font-size: 12px;
    }

    .in_right li {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
    }

    a.nmore {
        float: right;
        margin-top: 10px;
    }

    .bot {
        width: 95%;
    }

        .bot li {
            margin-right: 20px;
        }

    .t_title {
        font-size: 22px; line-height:30px;
    }

        .t_title p {
            font-size: 15px;
            line-height: 15px;
        }

    .cul_menu {
        height: 65px;
    }

        .cul_menu li {
            padding: 0px 30px;
            height: 65px;
            line-height: 65px;
        }

    .mr_frBtnR, .mr_frBtnL {
        top: 50px;
    }

    .ind .t_title {
        margin-bottom: 20px;
    }

    .in_tj li h1 {
        font-size: 16px;
    }

    .nlist li h1 {
        font-size: 14px;
    }

    .r_list li a {
        padding: 15px;
    }

    .r_list li h1 {
        font-weight: normal;
        font-size: 15px;
    }

    .r_list li .ntime {
        font-size: 12px;
        margin: 0px;
    }

    .r_list li .rlc {
        height: 40px;
        overflow: hidden;
        line-height: 20px;
        font-size: 12px;
    }

    .job2 h1 {
        font-size: 24px;
    }
}



@media screen and (max-width: 1024px) {
    body {
        font-size: 12px;
        padding-top: 60px;
        line-height: 20px;
    }

    .hidden {
        display: block;
    }

    .show {
        display: none;
    }

    .m15 {
        margin: 15px;
    }

    .header {
        height: 60px;
        line-height: 60px;
        box-shadow: 0px 0px 20px #e3e3e3;
        background: #fff;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999;
    }

    .w_logo {
        transform: scale(0.65,0.65);
        float: left;
        margin-left: -25px;
        margin-top: 5px;
    }

    .skip {
        float: right;
        transform: scale(0.6,0.6);
        width: 42px;
        margin-top: 10px;
    }

    .w_menu {
        background: #fff;
        position: fixed;
        left: 100vw;
        top: 0px;
        width: 100%;
        z-index: 99999999999;
        text-align: center;
        height: 100vh;
    }

        .w_menu li {
            height: 10vh;
            line-height: 10vh;
            font-size: 16px;
        }

            .w_menu li a {
                display: block;
            }

    .close {
        position: absolute;
        right: 10px;
        top: 10px;
        transform: scale(0.7,0.7);
    }

    .logo2 {
        transform: scale(0.6,0.6);
        margin: 60px auto 0px auto;
    }

    .m_en {
        background: #f9c159;
        height: 40px;
        line-height: 40px;
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

        .m_en a {
            color: #fff;
            margin: 0px 10px;
            display: inline-block;
        }


    .w_banner {
        position: relative;
    }

    .begin {
        left: 5%;
        bottom: 5px;
    }

        .begin img {
            transform: scale(0.65,0.65);
        }

    .left_ico {
        transform: scale(0.6,0.6);
        left: -12px;
    }

    .bot_ico {
        transform: scale(0.6,0.6);
        right: -35px;
        bottom: 5px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 2px
    }

    .w_banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 40%;
        position: absolute;
        z-index: 99;
        left: 92vw;
    }

    .w_banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: #fff;
        border-radius: 100%;
        display: block;
    }

    .w_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: none;
        border: solid 2px #fff;
        margin: 3px 0px;
        opacity: 1;
    }

    .w_banner img {
        width: 100%;
    }

    .iy_left {
        display: none;
    }

    .iy_right {
        width: 100%;
        float: none
    }

    .h_title {
        font-size: 18px;
        color: #3f3f3f;
        text-align: center;
        margin: 20px 0px;
    }

        .h_title p {
            text-transform: uppercase;
            font-weight: bold;
            transform: scale(1,2);
            color: #fac35e;
            margin-bottom: 5px;
        }

    .y_bg {
        font-size: 14px;
    }

        .y_bg img {
            transform: scale(0.6,0.6);
            margin-bottom: -10px;
        }

        .y_bg p {
            font-size: 12px;
            margin: 0px;
        }

    .i_news {
        padding: 10px 10px 40px 10px;
    }

    .in_right .title {
        display: none;
    }

    .in_right .n_change {
        display: none;
    }

    .in_right {
        width: 100%;
        float: none;
        padding: 0px;
    }

        .in_right li {
            font-size: 13px;
            height: 60px;
            line-height: 60px;
        }

            .in_right li span {
                font-size: 12px;
            }

    .in_left {
        width: 100%;
        float: none;
        background: #000;
    }

    .pike div a li {
        width: 90%;
        font-size: 12px;
        padding: 0px 15% 0px 5%;
    }

    a.nmore {
        float: none;
        margin: 20px auto;
        display: block;
    }


    .iv_left {
        width: 100%;
        float: none;
    }

    .iv_right {
        width: 90%;
        float: none;
        margin: 0px auto;
    }

        .iv_right .v_bg img {
            transform: scale(0.6,0.6);
        }

    .iv_left h1 {
        font-size: 18px;
        padding: 40px 0px 20px 0px;
        text-align: center;
    }


    .num {
        position: static;
        left: 0px;
        height: auto;
        top: 0px;
        margin-top: 0px;
        background: #fff;
        width: 100%;
        padding: 35px 0px;
        margin-bottom: 30px;
    }

    .digital {
        position: static;
        left: 0px;
        width: 90%;
        border: solid 3px #fac35e;
        padding: 20px 0px;
        top: 0;
        display: block;
        margin: 0px auto;
    }

    .mumping_mun li {
        width: 31%;
        font-size: 12px;
    }

        .mumping_mun li span {
            right: 28%;
            top: -20px;
            color: #4e4e4e;
            font-size: 14px;
        }

        .mumping_mun li:last-child span {
            right: 9%;
            top: 2px;
            font-size: 14px;
        }

    .mumping_mun h2 {
        font-size: 22px;
        height: 30px;
    }

    .line {
        height: 50px;
    }

    .t2 {
        width: 200px;
    }

    .bot li {
        display: none;
        font-size: 12px;
    }

    .m1 {
        font-size: 14px;
    }

    .bot {
        width: 100%;
        padding: 20px 0px 30px 0px;
        text-align: center;
    }

        .bot li:nth-child(8) {
            display: inline-block;
            font-size: 12px;
        }

            .bot li:nth-child(8) img {
                width: 90px;
                height: 90px;
            }

        .bot li.bma {
            width: 90px; display:none;
        }

        .bot li:last-child {
            display: inline-block;
            float: none;
            text-align:center;
        }

            .bot li:last-child .tel {
                font-size: 25px;
                height: 35px;
                margin-top: 25px;
            }

        .bot .copy {
            margin: 40px 10px 0px 10px;
            line-height: 20px;
            text-align: left;
            padding-top: 10px;
        }

    .b_ico {
        transform: scale(0.7,0.7);
        margin-top: -5px;
    }

    .back img {
        transform: scale(0.65,0.65);
    }

    .w80 {
        width: 100%;
    }

    .p60 {
        padding: 20px 0px;
    }

    .title1 {
        margin-bottom: 20px;
    }

    .title1 {
        font-size: 20px;
    }

    .sm {
        position: relative;
    }

    .s_menu {
        margin: 0px 10px;
        text-align: left;
        padding: 0px;
        overflow: hidden;
        height: 53px;
    }

        .s_menu a {
            padding: 0px 10px;
            font-size: 14px;
            margin: 0px auto;
            height: 50px;
            line-height: 50px;
            border-bottom: solid 3px #fff;
            border-radius: 0px;
        }

            .s_menu a:hover, .s_menu a.ld {
                background: none;
                color: #fac35e;
                border-bottom: solid 3px #fac35e
            }

    .s_drop {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 20px;
        cursor: pointer
    }

    .s_drop2 {
        transform: rotate(180deg);
    }

    .w_nav {
        width: 50%;
        background: #fac35e;
        position: absolute;
        right: 0px;
        top: 50px;
        z-index: 9999;
        padding: 15px 0px;
        display: none;
        font-size: 14px;
    }

        .w_nav a {
            display: block;
            text-align: center;
            height: 35px;
            line-height: 35px;
            margin: 0px;
            overflow: hidden;
            color: #fff
        }

    .a_img1 {
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .ab11 {
        font-size: 13px;
    }

    .ab12 li {
        width: 100%;
        display: block;
        font-size: 13px; margin:0px auto;
    }

    .a2_img, .g_img1 {
        width: 100%;
        float: none
    }

    .team_c, .g_1 {
        width: 100%;
        float: none;
        line-height: 20px;
    }

    .t_title {
        text-align: center;
        font-size: 16px; line-height:24px;
        padding-top: 10px;
    }

    .line2 {
        width: 80px;
        margin: 10px auto 20px auto;
    }

    .tm {
        margin: 20px auto 0px auto;
        width: 200px;
    }

    .t_title p {
        font-size: 13px;
        margin-top: 0px;
    }

    .td .t_title {
        margin-bottom: 0px;
    }

    .hon .m15 {
        margin: 0px;
    }

    .w_cul {
        position: relative;
    }

    .w_hon {
        display: block;
        width: 100vw;
        overflow: hidden;
        position: relative
    }

        .w_hon .swiper-container {
            width: 210vw;
            height: auto;
            margin-left: -55vw;
            position: relative;
        }

        .w_hon .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            position: relative;
            align-items: center;
            transition: 300ms;
            transform: scale(0.85);
        }


            .w_hon .swiper-slide img {
                width: 100%;
            }

        .w_hon .swiper-slide-active, .w_hon .swiper-slide-duplicate-active {
            transform: scale(1);
        }

        .w_hon p {
            font-size: 12px;
        }

        .w_hon a {
            display: block;
        }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        width: 35px;
        height: 35px;
        margin-top: -17px;
        z-index: 9999;
        cursor: pointer;
    }

    .swiper-button-next {
       background-image:#fff url(../images/r_ico11.png);
	   background-position:center center;
	   background-repeat:no-repeat;
        border: solid 1px #e3e3e3;
        position: absolute;
        z-index: 99999;
    }

    .swiper-button-prev {
		background-image:#fff url(../images/l_ico11.png);
   background-position:center center;
	   background-repeat:no-repeat;
        border: solid 1px #e3e3e3;
    }


    .swiper-button-next:hover {
        background: #f9c159 url(../images/r_ico1.png) no-repeat center center;
    }

    .swiper-button-prev:hover {
        background: #f9c159 url(../images/l_ico1.png) no-repeat center center;
    }

    .w_hon1 .swiper-slide img {
        border: solid 5px #fac159;
    }

    .w_cul .swiper-button-next, .w_cul .swiper-button-prev {
        top: 23px;
        border: 0px;
    }

    .w_cul {
        text-align: center;
    }

        .w_cul h1 {
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            border-bottom: solid 1px #f5f5f5;
            font-weight: normal;
        }

        .w_cul h2 {
            margin: 20px 0px;
            color: #fac159;
            font-weight: normal;
            font-size: 16px;
        }

        .w_cul h3 {
            font-size: 12px;
            font-weight: normal;
            width: 80%;
            margin: 0px auto;
        }

    .g20 {
        padding: 0px 0px 20px 0px;
    }

        .g20 li {
            padding: 2px 0px 20px 0px;
            margin-bottom: 20px;
        }

            .g20 li .v_mid2 {
                padding: 0px 20px;
            }

            .g20 li a {
                margin: 20px auto 0px auto;
                display: block
            }

    .ind li .team_1 {
        height: 100px;
        overflow-y: scroll;
        padding-right: 10px;
        margin-right: 0px;
    }

    .ind li:last-child {
        margin: 0px;
    }

    .ind {
        padding-bottom: 0px;
    }

    .tj .in_left {
        width: 100%;
        float: none
    }

    .p15 {
        padding: 15px;
        display: block
    }

    .nlist li {
        border-bottom: solid 1px #e3e3e3;
        width: 100%;
    }

     li {
        width: 100%;
        margin-bottom: 0px;
    }

    .n_img1 {
        width: 38%;
        float: left;
    }

    .nl1 {
        width: 58%;
        float: right;
    }

    .nlist li h1 {
        font-weight: normal;
        font-size: 16px;
        font-weight: normal;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .nlist li span {
        float: right;
        margin-top: 7px;
    }

    .nshow li .nl1 {
        padding: 0px;
        border: 0px;
    }

    .nshow li {
        margin-bottom: 0px;
    }

    .nlist .page {
        margin: 0px auto 20px auto;
    }

    .vlist li {
        width: 49%;
    }

        .vlist li:nth-child(n+1) {
            float: left;
        }

        .vlist li:nth-child(2n) {
            float: right;
        }

        .vlist li .v_bg img {
            transform: scale(0.45);
        }

    .me_left {
        width: 90%;
        float: none;
    }

    .me_right {
        width: 100%;
        float: none;
    }

        .me_right li {
            width: 48%;
            float: left; padding-left:0px;
            margin-left: 0px;
            overflow: hidden;
            margin-top: 15px;
            display: block
        }

            .me_right li:nth-child(2n) {
                float: right;
            }

    .nd1 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px
    }

        .nd1 p {
            font-size: 12px;
        }

    .nd2 {
        margin-bottom: 20px;
    }

    .nd_bg {
        background: #f8f8f8;
        padding: 0px 15px 20px 15px;
    }

    .g_img1 {
        margin-top: -2px;
    }

    .b_intro {
        padding: 15px;
        margin: 0px;
    }

        .b_intro h1 {
            font-size: 20px;
            line-height: 30px;
        }

        .b_intro h2 {
            font-size: 17px;
            margin-top: 10px;
            margin-bottom: 20px;
            width: 250px;
        }

    .bulid {
        margin-top: 0px;
    }

        .bulid li {
            margin-bottom: 15px;
        }

            .bulid li .g_img1 {
                width: 100%;
                float: none;
            }

    .p0 {
        padding-top: 0px;
    }

    .bulid li .g_1 {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
        float: none
    }

    .bulid li .t_title {
        height: 30px;
        line-height: 30px;
        margin: 0px auto;
        border-radius: 15px;
        font-size: 16px;
        margin-bottom: 15px;
        width: 150px;
        display: block;
    }

    .bulid li .team_1 {
        height: auto;
        padding-right: 0px;
    }

    .p0 .m15 {
        margin-bottom: 0px;
    }

    .te {
        margin-top: 15px;
    }

        .te div {
            padding: 25px;
        }

        .te p {
            width: 100%;
        }

        .te h1 {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .r_list li {
        width: 100%;
        background: #fff url(../images/ico_gray.png) 42% 85% no-repeat;
        margin-bottom: 15px;
    }

        .r_list li a {
            border: 0px;
            padding: 15px;
        }

    .rl_img {
        margin-right: 10px;
    }

    .r_list li h1 {
        font-size: 15px;
        height: 16px;
        line-height: 16px;
        overflow: hidden
    }

    .r_list li .ntime {
        margin: 0px;
    }

    .r_list li .rlc {
        height: 30px;
        line-height: 15px;
        overflow: hidden;
    }

    .r_list li a:hover {
        border: 0px;
        background: #fff url(../images/ico_org.png) 45% 85% no-repeat;
    }

    .job1 {
        padding: 20px 0px;
    }

    .j_left {
        width: 90%;
        float: none;
    }

        .j_left h1 {
            font-size: 20px;
        }

            .j_left h1 p {
                font-size: 18px;
            }

    .j_right {
        width: 90%;
        float: none;
    }

    .j_right {
        border: 0px;
        border-top: solid 1px #eee1d4;
        padding-top: 40px;
    }

    .j_ico {
        position: absolute;
        left: 50%;
        margin-top: -9px;
        top: -5px;
        transform: rotate(90deg);
    }

    .j_right p {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .j2_left {
        width: 100%;
    }

        .j2_left ul {
            padding: 15px;
        }

    .job2 h1 {
        font-size: 22px;
    }

    .j2_left li {
        font-size: 15px;
    }

    .j2_show {
        padding: 15px;
        line-height: 25px;
        font-size: 12px;
    }

    .nd3 li {
        width: 100%;
        float: none;
    }

        .nd3 li:nth-child(2) {
            float: none;
            text-align: left;
        }

    .lc_list li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

        .lc_list li:nth-child(2n) {
            float: none;
        }

        .lc_list li .lcc {
            padding: 13px;
        }

    .paper li {
        width: 50%;
    }

        .paper li p {
            font-size: 15px;
        }

    .lc_list li img {
      width: 100%; max-width:100%;
    }

    .lc_list li p.lct {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .at {
        margin: 0px 20px 20px 20px;
    }
		.at p{font-size:22px; margin-bottom:10px;}
	.at span{font-size:13px;}


    .nshow2 li {
        text-align: left;
    }

    .m_box {
        width: 90%;
        left: 5%;
        top: 10%;
        margin-left: 0px;
        margin-top: 0px;
        height: auto;
        padding-bottom: 30px;
    }

        .m_box li:nth-child(2), .m_box li:nth-child(3) {
            width: 100%;
            float: none;
        }

    .down_menu a {
        line-height: 30px;
        font-size: 13px;
    }

        .down_menu a p {
            width: 50px;
            height: 50px;
        }

            .down_menu a p img {
                transform: scale(0.5,0.5);
                margin-top: 0px;
            }

    .ff {
        font-size: 12px;
        padding: 10px;
        line-height: 20px;
    }
}